gskpango: Fix a potential cairo_t leak
authorTimm Bäder <mail@baedert.org>
Mon, 21 Dec 2020 11:49:06 +0000 (12:49 +0100)
committerTimm Bäder <mail@baedert.org>
Mon, 21 Dec 2020 11:49:06 +0000 (12:49 +0100)
commitbce4d669ee6c66267c7017e440e3c4c4f244e18a
tree933b4e7d3a4275ebee0c2488f556b2d882ef646c
parente7a326e230b763ee97798c49d7a03af2f9ab93ae
gskpango: Fix a potential cairo_t leak

The previous early return did not cairo_destroy() it.
gtk/gskpango.c